Html Css Color HEX #ECCB34 Golden Dream

📋 copy color: '#ECCB34'

red 236 ◦ green 203 ◦ blue 52

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

Shades of Golden Dream #ECCB34

Tints of Golden Dream #ECCB34

RGB

 RED value IS 236 (92.58% from 255) = 48.07%

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

 BLUE value IS 52 (20.7% from 255) = 10.59%

R = 48.07%
G = 41.34%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ECCB34 (or 0xECCB34) is known color: Golden Dream. HEX triplet: EC, CB and 34. RGB value is (236,203,52). Sum of RGB (Red+Green+Blue) = 236+203+52=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 52 (20.70% from 255 or 10.59% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCB34 is #1334CB. Grayscale: #C4C4C4. Windows color (decimal): -1258700 or 3460076. OLE color: 3460076.

HSL color Cylindrical-coordinate representation of color #ECCB34: hue angle of 49.24º degrees, saturation: 0.83, 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 #ECCB34 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 203 52 -
CMYK 0 0.14 0.78 0.07
HSL 49.24º 0.83% 0.56% -
HSV(B) 49.24º 0.78% 0.93% -
XYZ 56.57 60.79 12 -
YUV 195.65 46.93 156.78 -
System Red Green Blue C M Y K H S L
Decimal 236 203 52 0 0.14 0.78 0.07 49.24 0.83 0.56
Hex EC CB 34 0 E 4E 7 31 53 38
Octal 354 313 64 0 16 116 7 61 123 70
Binary 11101100 11001011 110100 0 1110 1001110 111 110001 1010011 111000

Color Harmonies of #ECCB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCB34

Black with #ECCB34

Text Example


Text Example

White with #ECCB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCB34; }

 p { color: rgb(236,203,52); }

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

background-color css

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

 a { background-color: rgb(236,203,52); }

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

border-color css

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

 span { border-color: rgb(236,203,52); }

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