Html Css Color HEX #EDD67E Flax

📋 copy color: '#EDD67E'

red 237 ◦ green 214 ◦ blue 126

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

Shades of Flax #EDD67E

Tints of Flax #EDD67E

RGB

 RED value IS 237 (92.97% from 255) = 41.07%

 GREEN value IS 214 (83.98% from 255) = 37.09%

 BLUE value IS 126 (49.61% from 255) = 21.84%

R = 41.07%
G = 37.09%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDD67E (or 0xEDD67E) is known color: Flax. HEX triplet: ED, D6 and 7E. RGB value is (237,214,126). Sum of RGB (Red+Green+Blue) = 237+214+126=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 126 (49.61% from 255 or 21.84% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD67E is #122981. Grayscale: #D3D3D3. Windows color (decimal): -1190274 or 8312557. OLE color: 8312557.

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

Color convert

RGB 237 214 126 -
CMYK 0 0.10 0.47 0.07
HSL 47.57º 0.76% 0.71% -
HSV(B) 47.57º 0.47% 0.93% -
XYZ 62.74 67.6 29.48 -
YUV 210.85 80.12 146.66 -
System Red Green Blue C M Y K H S L
Decimal 237 214 126 0 0.10 0.47 0.07 47.57 0.76 0.71
Hex ED D6 7E 0 A 2F 7 30 4C 47
Octal 355 326 176 0 12 57 7 60 114 107
Binary 11101101 11010110 1111110 0 1010 101111 111 110000 1001100 1000111

Color Harmonies of #EDD67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD67E

Black with #EDD67E

Text Example


Text Example

White with #EDD67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD67E; }

 p { color: rgb(237,214,126); }

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

background-color css

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

 a { background-color: rgb(237,214,126); }

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

border-color css

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

 span { border-color: rgb(237,214,126); }

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