Html Css Color HEX #EDCF1D Broom

📋 copy color: '#EDCF1D'

red 237 ◦ green 207 ◦ blue 29

#EDCF1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Broom #EDCF1D

Tints of Broom #EDCF1D

RGB

 RED value IS 237 (92.97% from 255) = 50.11%

 GREEN value IS 207 (81.25% from 255) = 43.76%

 BLUE value IS 29 (11.72% from 255) = 6.13%

R = 50.11%
G = 43.76%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDCF1D (or 0xEDCF1D) is known color: Broom. HEX triplet: ED, CF and 1D. RGB value is (237,207,29). Sum of RGB (Red+Green+Blue) = 237+207+29=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 29 (11.72% from 255 or 6.13% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCF1D is #1230E2. Grayscale: #C4C4C4. Windows color (decimal): -1192163 or 1953773. OLE color: 1953773.

HSL color Cylindrical-coordinate representation of color #EDCF1D: hue angle of 51.35º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDCF1D is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 207 29 -
CMYK 0 0.13 0.88 0.07
HSL 51.35º 0.85% 0.52% -
HSV(B) 51.35º 0.88% 0.93% -
XYZ 57.46 62.72 10.24 -
YUV 195.68 33.94 157.47 -
System Red Green Blue C M Y K H S L
Decimal 237 207 29 0 0.13 0.88 0.07 51.35 0.85 0.52
Hex ED CF 1D 0 D 58 7 33 55 34
Octal 355 317 35 0 15 130 7 63 125 64
Binary 11101101 11001111 11101 0 1101 1011000 111 110011 1010101 110100

Color Harmonies of #EDCF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCF1D

Black with #EDCF1D

Text Example


Text Example

White with #EDCF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCF1D; }

 p { color: rgb(237,207,29); }

 H1.HeaderClassName
 {
   color: #EDCF1D;
 }
 .AnyTagClassName
 {
   color: #EDCF1D;
 }
</style>

background-color css

<style>
 a { background-color: #EDCF1D; }

 a { background-color: rgb(237,207,29); }

 div.DivClassName
 {
   background-color: #EDCF1D;
 }
 .BgClassName
 {
   background-color: #EDCF1D;
 }
</style>

border-color css

<style>
 span { border-color: #EDCF1D; }

 span { border-color: rgb(237,207,29); }

 td.TdClassName
 {
   border-color: #EDCF1D;
 }
 .TagClassName
 {
   border-color: #EDCF1D;
 }
</style>