Html Css Color HEX #EDCF30 Golden Dream

📋 copy color: '#EDCF30'

red 237 ◦ green 207 ◦ blue 48

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

Shades of Golden Dream #EDCF30

Tints of Golden Dream #EDCF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.76%

R = 48.17%
G = 42.07%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDCF30 (or 0xEDCF30) is known color: Golden Dream. HEX triplet: ED, CF and 30. RGB value is (237,207,48). Sum of RGB (Red+Green+Blue) = 237+207+48=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 48 (19.14% from 255 or 9.76% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCF30 is #1230CF. Grayscale: #C6C6C6. Windows color (decimal): -1192144 or 3198957. OLE color: 3198957.

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

Color convert

RGB 237 207 48 -
CMYK 0 0.13 0.80 0.07
HSL 50.48º 0.84% 0.56% -
HSV(B) 50.48º 0.8% 0.93% -
XYZ 57.77 62.84 11.88 -
YUV 197.84 43.44 155.93 -
System Red Green Blue C M Y K H S L
Decimal 237 207 48 0 0.13 0.80 0.07 50.48 0.84 0.56
Hex ED CF 30 0 D 50 7 32 54 38
Octal 355 317 60 0 15 120 7 62 124 70
Binary 11101101 11001111 110000 0 1101 1010000 111 110010 1010100 111000

Color Harmonies of #EDCF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCF30

Black with #EDCF30

Text Example


Text Example

White with #EDCF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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