Html Css Color HEX #ECCD2B Golden Dream

📋 copy color: '#ECCD2B'

red 236 ◦ green 205 ◦ blue 43

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

Shades of Golden Dream #ECCD2B

Tints of Golden Dream #ECCD2B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.36%

 BLUE value IS 43 (17.19% from 255) = 8.88%

R = 48.76%
G = 42.36%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ECCD2B (or 0xECCD2B) is known color: Golden Dream. HEX triplet: EC, CD and 2B. RGB value is (236,205,43). Sum of RGB (Red+Green+Blue) = 236+205+43=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 43 (17.19% from 255 or 8.88% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCD2B is #1332D4. Grayscale: #C4C4C4. Windows color (decimal): -1258197 or 2870764. OLE color: 2870764.

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

Color convert

RGB 236 205 43 -
CMYK 0 0.13 0.82 0.07
HSL 50.36º 0.84% 0.55% -
HSV(B) 50.36º 0.82% 0.93% -
XYZ 56.86 61.67 11.19 -
YUV 195.8 41.77 156.67 -
System Red Green Blue C M Y K H S L
Decimal 236 205 43 0 0.13 0.82 0.07 50.36 0.84 0.55
Hex EC CD 2B 0 D 52 7 32 54 37
Octal 354 315 53 0 15 122 7 62 124 67
Binary 11101100 11001101 101011 0 1101 1010010 111 110010 1010100 110111

Color Harmonies of #ECCD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD2B

Black with #ECCD2B

Text Example


Text Example

White with #ECCD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD2B; }

 p { color: rgb(236,205,43); }

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

background-color css

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

 a { background-color: rgb(236,205,43); }

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

border-color css

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

 span { border-color: rgb(236,205,43); }

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