Html Css Color HEX #E2DF67 Goldenrod

📋 copy color: '#E2DF67'

red 226 ◦ green 223 ◦ blue 103

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

Shades of Goldenrod #E2DF67

Tints of Goldenrod #E2DF67

RGB

 RED value IS 226 (88.67% from 255) = 40.94%

 GREEN value IS 223 (87.5% from 255) = 40.4%

 BLUE value IS 103 (40.63% from 255) = 18.66%

R = 40.94%
G = 40.4%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E2DF67 (or 0xE2DF67) is known color: Goldenrod. HEX triplet: E2, DF and 67. RGB value is (226,223,103). Sum of RGB (Red+Green+Blue) = 226+223+103=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 103 (40.62% from 255 or 18.66% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DF67 is #1D2098. Grayscale: #D2D2D2. Windows color (decimal): -1908889 or 6807522. OLE color: 6807522.

HSL color Cylindrical-coordinate representation of color #E2DF67: hue angle of 58.54º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2DF67 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 223 103 -
CMYK 0 0.01 0.54 0.11
HSL 58.54º 0.68% 0.65% -
HSV(B) 58.54º 0.54% 0.89% -
XYZ 60.2 69.92 23.16 -
YUV 210.22 67.49 139.26 -
System Red Green Blue C M Y K H S L
Decimal 226 223 103 0 0.01 0.54 0.11 58.54 0.68 0.65
Hex E2 DF 67 0 1 36 B 3B 44 41
Octal 342 337 147 0 1 66 13 73 104 101
Binary 11100010 11011111 1100111 0 1 110110 1011 111011 1000100 1000001

Color Harmonies of #E2DF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DF67

Black with #E2DF67

Text Example


Text Example

White with #E2DF67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DF67; }

 p { color: rgb(226,223,103); }

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

background-color css

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

 a { background-color: rgb(226,223,103); }

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

border-color css

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

 span { border-color: rgb(226,223,103); }

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