Html Css Color HEX #ECCB38 Golden Dream

📋 copy color: '#ECCB38'

red 236 ◦ green 203 ◦ blue 56

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

Shades of Golden Dream #ECCB38

Tints of Golden Dream #ECCB38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.31%

R = 47.68%
G = 41.01%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ECCB38 (or 0xECCB38) is known color: Golden Dream. HEX triplet: EC, CB and 38. RGB value is (236,203,56). Sum of RGB (Red+Green+Blue) = 236+203+56=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 56 (22.27% from 255 or 11.31% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCB38 is #1334C7. Grayscale: #C4C4C4. Windows color (decimal): -1258696 or 3722220. OLE color: 3722220.

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

Color convert

RGB 236 203 56 -
CMYK 0 0.14 0.76 0.07
HSL 49º 0.83% 0.57% -
HSV(B) 49º 0.76% 0.93% -
XYZ 56.66 60.83 12.5 -
YUV 196.11 48.93 156.45 -
System Red Green Blue C M Y K H S L
Decimal 236 203 56 0 0.14 0.76 0.07 49 0.83 0.57
Hex EC CB 38 0 E 4C 7 31 53 39
Octal 354 313 70 0 16 114 7 61 123 71
Binary 11101100 11001011 111000 0 1110 1001100 111 110001 1010011 111001

Color Harmonies of #ECCB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCB38

Black with #ECCB38

Text Example


Text Example

White with #ECCB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCB38; }

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

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

background-color css

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

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

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

border-color css

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

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

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