Html Css Color HEX #EBF07B Texas

📋 copy color: '#EBF07B'

red 235 ◦ green 240 ◦ blue 123

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

Shades of Texas #EBF07B

Tints of Texas #EBF07B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.13%

 BLUE value IS 123 (48.44% from 255) = 20.57%

R = 39.3%
G = 40.13%
B = 20.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EBF07B (or 0xEBF07B) is known color: Texas. HEX triplet: EB, F0 and 7B. RGB value is (235,240,123). Sum of RGB (Red+Green+Blue) = 235+240+123=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 123 (48.44% from 255 or 20.57% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF07B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF07B is #140F84. Grayscale: #E1E1E1. Windows color (decimal): -1314693 or 8122603. OLE color: 8122603.

HSL color Cylindrical-coordinate representation of color #EBF07B: hue angle of 62.56º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBF07B is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 240 123 -
CMYK 0.02 0 0.49 0.06
HSL 62.56º 0.8% 0.71% -
HSV(B) 62.56º 0.49% 0.94% -
XYZ 69 81.41 30.82 -
YUV 225.17 70.34 135.01 -
System Red Green Blue C M Y K H S L
Decimal 235 240 123 0.02 0 0.49 0.06 62.56 0.8 0.71
Hex EB F0 7B 2 0 31 6 3F 50 47
Octal 353 360 173 2 0 61 6 77 120 107
Binary 11101011 11110000 1111011 10 0 110001 110 111111 1010000 1000111

Color Harmonies of #EBF07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF07B

Black with #EBF07B

Text Example


Text Example

White with #EBF07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF07B; }

 p { color: rgb(235,240,123); }

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

background-color css

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

 a { background-color: rgb(235,240,123); }

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

border-color css

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

 span { border-color: rgb(235,240,123); }

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