Html Css Color HEX #EDD006 Tangerine Yellow

📋 copy color: '#EDD006'

red 237 ◦ green 208 ◦ blue 6

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

Shades of Tangerine Yellow #EDD006

Tints of Tangerine Yellow #EDD006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.33%

R = 52.55%
G = 46.12%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDD006 (or 0xEDD006) is known color: Tangerine Yellow. HEX triplet: ED, D0 and 06. RGB value is (237,208,6). Sum of RGB (Red+Green+Blue) = 237+208+6=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 6 (2.73% from 255 or 1.33% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD006 is #122FF9. Grayscale: #C2C2C2. Windows color (decimal): -1191930 or 446701. OLE color: 446701.

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

Color convert

RGB 237 208 6 -
CMYK 0 0.12 0.97 0.07
HSL 52.47º 0.95% 0.48% -
HSV(B) 52.47º 0.97% 0.93% -
XYZ 57.51 63.13 9.33 -
YUV 193.64 22.11 158.93 -
System Red Green Blue C M Y K H S L
Decimal 237 208 6 0 0.12 0.97 0.07 52.47 0.95 0.48
Hex ED D0 6 0 C 61 7 34 5F 30
Octal 355 320 6 0 14 141 7 64 137 60
Binary 11101101 11010000 110 0 1100 1100001 111 110100 1011111 110000

Color Harmonies of #EDD006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD006

Black with #EDD006

Text Example


Text Example

White with #EDD006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD006; }

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

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

background-color css

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

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

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

border-color css

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

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

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