Html Css Color HEX #EBED84 Texas

📋 copy color: '#EBED84'

red 235 ◦ green 237 ◦ blue 132

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

Shades of Texas #EBED84

Tints of Texas #EBED84

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.24%

 BLUE value IS 132 (51.95% from 255) = 21.85%

R = 38.91%
G = 39.24%
B = 21.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EBED84 (or 0xEBED84) is known color: Texas. HEX triplet: EB, ED and 84. RGB value is (235,237,132). Sum of RGB (Red+Green+Blue) = 235+237+132=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 132 (51.95% from 255 or 21.85% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBED84 is #14127B. Grayscale: #E0E0E0. Windows color (decimal): -1315452 or 8711659. OLE color: 8711659.

HSL color Cylindrical-coordinate representation of color #EBED84: hue angle of 61.14º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EBED84 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 237 132 -
CMYK 0.01 0 0.44 0.07
HSL 61.14º 0.74% 0.72% -
HSV(B) 61.14º 0.44% 0.93% -
XYZ 68.71 79.9 33.63 -
YUV 224.43 75.84 135.54 -
System Red Green Blue C M Y K H S L
Decimal 235 237 132 0.01 0 0.44 0.07 61.14 0.74 0.72
Hex EB ED 84 1 0 2C 7 3D 4A 48
Octal 353 355 204 1 0 54 7 75 112 110
Binary 11101011 11101101 10000100 1 0 101100 111 111101 1001010 1001000

Color Harmonies of #EBED84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED84

Black with #EBED84

Text Example


Text Example

White with #EBED84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED84; }

 p { color: rgb(235,237,132); }

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

background-color css

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

 a { background-color: rgb(235,237,132); }

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

border-color css

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

 span { border-color: rgb(235,237,132); }

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