Html Css Color HEX #EDD009 Tangerine Yellow

📋 copy color: '#EDD009'

red 237 ◦ green 208 ◦ blue 9

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

Shades of Tangerine Yellow #EDD009

Tints of Tangerine Yellow #EDD009

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.81%

 BLUE value IS 9 (3.91% from 255) = 1.98%

R = 52.2%
G = 45.81%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDD009 (or 0xEDD009) is known color: Tangerine Yellow. HEX triplet: ED, D0 and 09. RGB value is (237,208,9). Sum of RGB (Red+Green+Blue) = 237+208+9=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 9 (3.91% from 255 or 1.98% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD009 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD009 is #122FF6. Grayscale: #C2C2C2. Windows color (decimal): -1191927 or 643309. OLE color: 643309.

HSL color Cylindrical-coordinate representation of color #EDD009: hue angle of 52.37º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDD009 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 208 9 -
CMYK 0 0.12 0.96 0.07
HSL 52.37º 0.93% 0.48% -
HSV(B) 52.37º 0.96% 0.93% -
XYZ 57.53 63.14 9.41 -
YUV 193.99 23.61 158.68 -
System Red Green Blue C M Y K H S L
Decimal 237 208 9 0 0.12 0.96 0.07 52.37 0.93 0.48
Hex ED D0 9 0 C 60 7 34 5D 30
Octal 355 320 11 0 14 140 7 64 135 60
Binary 11101101 11010000 1001 0 1100 1100000 111 110100 1011101 110000

Color Harmonies of #EDD009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD009

Black with #EDD009

Text Example


Text Example

White with #EDD009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD009; }

 p { color: rgb(237,208,9); }

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

background-color css

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

 a { background-color: rgb(237,208,9); }

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

border-color css

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

 span { border-color: rgb(237,208,9); }

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