Html Css Color HEX #EDCB02 Tangerine Yellow

📋 copy color: '#EDCB02'

red 237 ◦ green 203 ◦ blue 2

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

Shades of Tangerine Yellow #EDCB02

Tints of Tangerine Yellow #EDCB02

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.93%

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 53.62%
G = 45.93%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDCB02 (or 0xEDCB02) is known color: Tangerine Yellow. HEX triplet: ED, CB and 02. RGB value is (237,203,2). Sum of RGB (Red+Green+Blue) = 237+203+2=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 2 (1.17% from 255 or 0.45% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCB02 is #1234FD. Grayscale: #BFBFBF. Windows color (decimal): -1193214 or 183277. OLE color: 183277.

HSL color Cylindrical-coordinate representation of color #EDCB02: hue angle of 51.32º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDCB02 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 203 2 -
CMYK 0 0.14 0.99 0.07
HSL 51.32º 0.98% 0.47% -
HSV(B) 51.32º 0.99% 0.93% -
XYZ 56.29 60.72 8.81 -
YUV 190.25 21.76 161.34 -
System Red Green Blue C M Y K H S L
Decimal 237 203 2 0 0.14 0.99 0.07 51.32 0.98 0.47
Hex ED CB 2 0 E 63 7 33 62 2F
Octal 355 313 2 0 16 143 7 63 142 57
Binary 11101101 11001011 10 0 1110 1100011 111 110011 1100010 101111

Color Harmonies of #EDCB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB02

Black with #EDCB02

Text Example


Text Example

White with #EDCB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB02; }

 p { color: rgb(237,203,2); }

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

background-color css

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

 a { background-color: rgb(237,203,2); }

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

border-color css

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

 span { border-color: rgb(237,203,2); }

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