Html Css Color HEX #EBCD0B Tangerine Yellow

📋 copy color: '#EBCD0B'

red 235 ◦ green 205 ◦ blue 11

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

Shades of Tangerine Yellow #EBCD0B

Tints of Tangerine Yellow #EBCD0B

RGB

 RED value IS 235 (92.19% from 255) = 52.11%

 GREEN value IS 205 (80.47% from 255) = 45.45%

 BLUE value IS 11 (4.69% from 255) = 2.44%

R = 52.11%
G = 45.45%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EBCD0B (or 0xEBCD0B) is known color: Tangerine Yellow. HEX triplet: EB, CD and 0B. RGB value is (235,205,11). Sum of RGB (Red+Green+Blue) = 235+205+11=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 11 (4.69% from 255 or 2.44% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCD0B is #1432F4. Grayscale: #C0C0C0. Windows color (decimal): -1323765 or 773611. OLE color: 773611.

HSL color Cylindrical-coordinate representation of color #EBCD0B: hue angle of 51.96º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EBCD0B is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 205 11 -
CMYK 0 0.13 0.95 0.08
HSL 51.96º 0.91% 0.48% -
HSV(B) 51.96º 0.95% 0.92% -
XYZ 56.15 61.35 9.2 -
YUV 191.85 25.94 158.77 -
System Red Green Blue C M Y K H S L
Decimal 235 205 11 0 0.13 0.95 0.08 51.96 0.91 0.48
Hex EB CD B 0 D 5F 8 34 5B 30
Octal 353 315 13 0 15 137 10 64 133 60
Binary 11101011 11001101 1011 0 1101 1011111 1000 110100 1011011 110000

Color Harmonies of #EBCD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD0B

Black with #EBCD0B

Text Example


Text Example

White with #EBCD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD0B; }

 p { color: rgb(235,205,11); }

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

background-color css

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

 a { background-color: rgb(235,205,11); }

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

border-color css

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

 span { border-color: rgb(235,205,11); }

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