Html Css Color HEX #EDB10B Selective Yellow

📋 copy color: '#EDB10B'

red 237 ◦ green 177 ◦ blue 11

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

Shades of Selective Yellow #EDB10B

Tints of Selective Yellow #EDB10B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.65%

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

R = 55.76%
G = 41.65%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDB10B (or 0xEDB10B) is known color: Selective Yellow. HEX triplet: ED, B1 and 0B. RGB value is (237,177,11). Sum of RGB (Red+Green+Blue) = 237+177+11=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 11 (4.69% from 255 or 2.59% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB10B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB10B is #124EF4. Grayscale: #B0B0B0. Windows color (decimal): -1199861 or 766445. OLE color: 766445.

HSL color Cylindrical-coordinate representation of color #EDB10B: hue angle of 44.07º degrees, saturation: 0.91, 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 #EDB10B is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 177 11 -
CMYK 0 0.25 0.95 0.07
HSL 44.07º 0.91% 0.49% -
HSV(B) 44.07º 0.95% 0.93% -
XYZ 50.71 49.47 7.19 -
YUV 176.02 34.88 171.5 -
System Red Green Blue C M Y K H S L
Decimal 237 177 11 0 0.25 0.95 0.07 44.07 0.91 0.49
Hex ED B1 B 0 19 5F 7 2C 5B 31
Octal 355 261 13 0 31 137 7 54 133 61
Binary 11101101 10110001 1011 0 11001 1011111 111 101100 1011011 110001

Color Harmonies of #EDB10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB10B

Black with #EDB10B

Text Example


Text Example

White with #EDB10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB10B; }

 p { color: rgb(237,177,11); }

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

background-color css

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

 a { background-color: rgb(237,177,11); }

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

border-color css

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

 span { border-color: rgb(237,177,11); }

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