Html Css Color HEX #EDD00A Tangerine Yellow

📋 copy color: '#EDD00A'

red 237 ◦ green 208 ◦ blue 10

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

Shades of Tangerine Yellow #EDD00A

Tints of Tangerine Yellow #EDD00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.2%

R = 52.09%
G = 45.71%
B = 2.2%

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

#EDD00A (or 0xEDD00A) is known color: Tangerine Yellow. HEX triplet: ED, D0 and 0A. RGB value is (237,208,10). Sum of RGB (Red+Green+Blue) = 237+208+10=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 10 (4.30% from 255 or 2.20% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD00A is #122FF5. Grayscale: #C2C2C2. Windows color (decimal): -1191926 or 708845. OLE color: 708845.

HSL color Cylindrical-coordinate representation of color #EDD00A: hue angle of 52.33º degrees, saturation: 0.92, 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 #EDD00A is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 208 10 -
CMYK 0 0.12 0.96 0.07
HSL 52.33º 0.92% 0.48% -
HSV(B) 52.33º 0.96% 0.93% -
XYZ 57.54 63.14 9.44 -
YUV 194.1 24.11 158.6 -
System Red Green Blue C M Y K H S L
Decimal 237 208 10 0 0.12 0.96 0.07 52.33 0.92 0.48
Hex ED D0 A 0 C 60 7 34 5C 30
Octal 355 320 12 0 14 140 7 64 134 60
Binary 11101101 11010000 1010 0 1100 1100000 111 110100 1011100 110000

Color Harmonies of #EDD00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD00A

Black with #EDD00A

Text Example


Text Example

White with #EDD00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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