Html Css Color HEX #EDCF0A Tangerine Yellow

📋 copy color: '#EDCF0A'

red 237 ◦ green 207 ◦ blue 10

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

Shades of Tangerine Yellow #EDCF0A

Tints of Tangerine Yellow #EDCF0A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.59%

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

R = 52.2%
G = 45.59%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDCF0A (or 0xEDCF0A) is known color: Tangerine Yellow. HEX triplet: ED, CF and 0A. RGB value is (237,207,10). Sum of RGB (Red+Green+Blue) = 237+207+10=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 10 (4.30% from 255 or 2.20% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCF0A is #1230F5. Grayscale: #C2C2C2. Windows color (decimal): -1192182 or 708589. OLE color: 708589.

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

Color convert

RGB 237 207 10 -
CMYK 0 0.13 0.96 0.07
HSL 52.07º 0.92% 0.48% -
HSV(B) 52.07º 0.96% 0.93% -
XYZ 57.29 62.65 9.36 -
YUV 193.51 24.44 159.02 -
System Red Green Blue C M Y K H S L
Decimal 237 207 10 0 0.13 0.96 0.07 52.07 0.92 0.48
Hex ED CF A 0 D 60 7 34 5C 30
Octal 355 317 12 0 15 140 7 64 134 60
Binary 11101101 11001111 1010 0 1101 1100000 111 110100 1011100 110000

Color Harmonies of #EDCF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCF0A

Black with #EDCF0A

Text Example


Text Example

White with #EDCF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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