Html Css Color HEX #E9CF2D Golden Dream

📋 copy color: '#E9CF2D'

red 233 ◦ green 207 ◦ blue 45

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

Shades of Golden Dream #E9CF2D

Tints of Golden Dream #E9CF2D

RGB

 RED value IS 233 (91.41% from 255) = 48.04%

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

 BLUE value IS 45 (17.97% from 255) = 9.28%

R = 48.04%
G = 42.68%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E9CF2D (or 0xE9CF2D) is known color: Golden Dream. HEX triplet: E9, CF and 2D. RGB value is (233,207,45). Sum of RGB (Red+Green+Blue) = 233+207+45=485 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.04% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 45 (17.97% from 255 or 9.28% from 485); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CF2D is #1630D2. Grayscale: #C4C4C4. Windows color (decimal): -1454291 or 3002345. OLE color: 3002345.

HSL color Cylindrical-coordinate representation of color #E9CF2D: hue angle of 51.7º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9CF2D is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 207 45 -
CMYK 0 0.11 0.81 0.09
HSL 51.7º 0.81% 0.55% -
HSV(B) 51.7º 0.81% 0.91% -
XYZ 56.39 62.14 11.5 -
YUV 196.31 42.61 154.17 -
System Red Green Blue C M Y K H S L
Decimal 233 207 45 0 0.11 0.81 0.09 51.7 0.81 0.55
Hex E9 CF 2D 0 B 51 9 34 51 37
Octal 351 317 55 0 13 121 11 64 121 67
Binary 11101001 11001111 101101 0 1011 1010001 1001 110100 1010001 110111

Color Harmonies of #E9CF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CF2D

Black with #E9CF2D

Text Example


Text Example

White with #E9CF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CF2D; }

 p { color: rgb(233,207,45); }

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

background-color css

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

 a { background-color: rgb(233,207,45); }

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

border-color css

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

 span { border-color: rgb(233,207,45); }

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