Html Css Color HEX #ECCB2E Golden Dream

📋 copy color: '#ECCB2E'

red 236 ◦ green 203 ◦ blue 46

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

Shades of Golden Dream #ECCB2E

Tints of Golden Dream #ECCB2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.48%

R = 48.66%
G = 41.86%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECCB2E (or 0xECCB2E) is known color: Golden Dream. HEX triplet: EC, CB and 2E. RGB value is (236,203,46). Sum of RGB (Red+Green+Blue) = 236+203+46=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 46 (18.36% from 255 or 9.48% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCB2E is #1334D1. Grayscale: #C3C3C3. Windows color (decimal): -1258706 or 3066860. OLE color: 3066860.

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

Color convert

RGB 236 203 46 -
CMYK 0 0.14 0.81 0.07
HSL 49.58º 0.83% 0.55% -
HSV(B) 49.58º 0.81% 0.93% -
XYZ 56.44 60.74 11.33 -
YUV 194.97 43.93 157.27 -
System Red Green Blue C M Y K H S L
Decimal 236 203 46 0 0.14 0.81 0.07 49.58 0.83 0.55
Hex EC CB 2E 0 E 51 7 32 53 37
Octal 354 313 56 0 16 121 7 62 123 67
Binary 11101100 11001011 101110 0 1110 1010001 111 110010 1010011 110111

Color Harmonies of #ECCB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCB2E

Black with #ECCB2E

Text Example


Text Example

White with #ECCB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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