Html Css Color HEX #ECCF2E Golden Dream

📋 copy color: '#ECCF2E'

red 236 ◦ green 207 ◦ blue 46

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

Shades of Golden Dream #ECCF2E

Tints of Golden Dream #ECCF2E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.33%

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

R = 48.26%
G = 42.33%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECCF2E (or 0xECCF2E) is known color: Golden Dream. HEX triplet: EC, CF and 2E. RGB value is (236,207,46). Sum of RGB (Red+Green+Blue) = 236+207+46=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 46 (18.36% from 255 or 9.41% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCF2E is #1330D1. Grayscale: #C5C5C5. Windows color (decimal): -1257682 or 3067884. OLE color: 3067884.

HSL color Cylindrical-coordinate representation of color #ECCF2E: hue angle of 50.84º 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 #ECCF2E is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 207 46 -
CMYK 0 0.12 0.81 0.07
HSL 50.84º 0.83% 0.55% -
HSV(B) 50.84º 0.81% 0.93% -
XYZ 57.4 62.66 11.65 -
YUV 197.32 42.61 155.59 -
System Red Green Blue C M Y K H S L
Decimal 236 207 46 0 0.12 0.81 0.07 50.84 0.83 0.55
Hex EC CF 2E 0 C 51 7 33 53 37
Octal 354 317 56 0 14 121 7 63 123 67
Binary 11101100 11001111 101110 0 1100 1010001 111 110011 1010011 110111

Color Harmonies of #ECCF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCF2E

Black with #ECCF2E

Text Example


Text Example

White with #ECCF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCF2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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