Html Css Color HEX #EDD00D Tangerine Yellow

📋 copy color: '#EDD00D'

red 237 ◦ green 208 ◦ blue 13

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

Shades of Tangerine Yellow #EDD00D

Tints of Tangerine Yellow #EDD00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.84%

R = 51.75%
G = 45.41%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDD00D (or 0xEDD00D) is known color: Tangerine Yellow. HEX triplet: ED, D0 and 0D. RGB value is (237,208,13). Sum of RGB (Red+Green+Blue) = 237+208+13=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 13 (5.47% from 255 or 2.84% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD00D is #122FF2. Grayscale: #C3C3C3. Windows color (decimal): -1191923 or 905453. OLE color: 905453.

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

Color convert

RGB 237 208 13 -
CMYK 0 0.12 0.95 0.07
HSL 52.23º 0.9% 0.49% -
HSV(B) 52.23º 0.95% 0.93% -
XYZ 57.55 63.15 9.54 -
YUV 194.44 25.61 158.36 -
System Red Green Blue C M Y K H S L
Decimal 237 208 13 0 0.12 0.95 0.07 52.23 0.9 0.49
Hex ED D0 D 0 C 5F 7 34 5A 31
Octal 355 320 15 0 14 137 7 64 132 61
Binary 11101101 11010000 1101 0 1100 1011111 111 110100 1011010 110001

Color Harmonies of #EDD00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD00D

Black with #EDD00D

Text Example


Text Example

White with #EDD00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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