Html Css Color HEX #EDCF33 Golden Dream

📋 copy color: '#EDCF33'

red 237 ◦ green 207 ◦ blue 51

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

Shades of Golden Dream #EDCF33

Tints of Golden Dream #EDCF33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.3%

R = 47.88%
G = 41.82%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDCF33 (or 0xEDCF33) is known color: Golden Dream. HEX triplet: ED, CF and 33. RGB value is (237,207,51). Sum of RGB (Red+Green+Blue) = 237+207+51=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 51 (20.31% from 255 or 10.30% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCF33 is #1230CC. Grayscale: #C6C6C6. Windows color (decimal): -1192141 or 3395565. OLE color: 3395565.

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

Color convert

RGB 237 207 51 -
CMYK 0 0.13 0.78 0.07
HSL 50.32º 0.84% 0.56% -
HSV(B) 50.32º 0.78% 0.93% -
XYZ 57.84 62.87 12.22 -
YUV 198.19 44.94 155.68 -
System Red Green Blue C M Y K H S L
Decimal 237 207 51 0 0.13 0.78 0.07 50.32 0.84 0.56
Hex ED CF 33 0 D 4E 7 32 54 38
Octal 355 317 63 0 15 116 7 62 124 70
Binary 11101101 11001111 110011 0 1101 1001110 111 110010 1010100 111000

Color Harmonies of #EDCF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCF33

Black with #EDCF33

Text Example


Text Example

White with #EDCF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCF33; }

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

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

background-color css

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

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

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

border-color css

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

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

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