Html Css Color HEX #EDCB32 Golden Dream

📋 copy color: '#EDCB32'

red 237 ◦ green 203 ◦ blue 50

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

Shades of Golden Dream #EDCB32

Tints of Golden Dream #EDCB32

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.43%

 BLUE value IS 50 (19.92% from 255) = 10.2%

R = 48.37%
G = 41.43%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDCB32 (or 0xEDCB32) is known color: Golden Dream. HEX triplet: ED, CB and 32. RGB value is (237,203,50). Sum of RGB (Red+Green+Blue) = 237+203+50=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 50 (19.92% from 255 or 10.20% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCB32 is #1234CD. Grayscale: #C4C4C4. Windows color (decimal): -1193166 or 3329005. OLE color: 3329005.

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

Color convert

RGB 237 203 50 -
CMYK 0 0.14 0.79 0.07
HSL 49.09º 0.84% 0.56% -
HSV(B) 49.09º 0.79% 0.93% -
XYZ 56.86 60.95 11.78 -
YUV 195.72 45.76 157.44 -
System Red Green Blue C M Y K H S L
Decimal 237 203 50 0 0.14 0.79 0.07 49.09 0.84 0.56
Hex ED CB 32 0 E 4F 7 31 54 38
Octal 355 313 62 0 16 117 7 61 124 70
Binary 11101101 11001011 110010 0 1110 1001111 111 110001 1010100 111000

Color Harmonies of #EDCB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB32

Black with #EDCB32

Text Example


Text Example

White with #EDCB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB32; }

 p { color: rgb(237,203,50); }

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

background-color css

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

 a { background-color: rgb(237,203,50); }

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

border-color css

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

 span { border-color: rgb(237,203,50); }

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